home *** CD-ROM | disk | FTP | other *** search
- This behaviour was generated using Creator Pro (c).
- The file is provided "as is" without warranty of any kind. The author will not
- be liable for any damages whatsoever arising out of the use of this behaviour.
-
- [VER]
- Creator Pro Behaviour v1.1
-
- [NAME]
- fade to white
-
- [VAR]
- rg
- speed
-
- [SCRIPT]
- if (rg=0) then
- rg=5
- speed=2
- endif
- if (rg>250)
- kill (me)
- endif
- rg=rg+speed
- object.setColor(rg, rg, rg)
-